home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / anyclndr.sit / Any Calendar / card_3952.txt < prev    next >
Text File  |  1986-05-17  |  588b  |  28 lines

  1. -- card: 3952 from stack: in
  2. -- bmap block id: 4515
  3. -- flags: 0000
  4. -- background id: 3657
  5. -- name: months1
  6.  
  7.  
  8. -- part 19 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=346 top=320 right=341 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Last Six Months
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put background field year into it
  23.   visual effect wipe right slowly
  24.   go to next card
  25.   put it into background field year
  26. end mouseUp
  27.  
  28.